Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLAreaElement

Extends HTMLElement. Implements URLUtils.

The area element represents either a hyperlink with some text and a corresponding area on an image map, or a dead area on an image map.

Properties
DOMString
alt
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.
DOMString
coords
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.
DOMString
download
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.
DOMString
hreflang
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.
DOMSettableTokenList
ping
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.
DOMString
rel
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.
DOMTokenList
relList
The IDL attribute relList must reflect the rel content attribute.
DOMString
shape
The IDL attribute shape must reflect the shape content attribute.
DOMString
target
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.
DOMString
type
The IDL attributes alt, coords, target, download, ping, rel, hreflang, and type, each must reflect the respective content attributes of the same name.